int a;
int b;
a = 1;
b = 2;
afficher(ppcm(a,b));
afficher(ppcm(1,2));
